projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c4394
)
(terminal-emulator): Fix typo in message.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:42:07 +0000
(
02:42
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:42:07 +0000
(
02:42
+0000)
lisp/terminal.el
patch
|
blob
|
history
diff --git
a/lisp/terminal.el
b/lisp/terminal.el
index 63092e3caeae5aa12820f57d7ccf724759b71349..51f2b37509b0867fe0701f7d0d0e97e73b530f74 100644
(file)
--- a/
lisp/terminal.el
+++ b/
lisp/terminal.el
@@
-1162,7
+1162,7
@@
subprocess started."
(setq inhibit-quit t) ;sport death
(use-local-map terminal-map)
(run-hooks 'terminal-mode-hook)
- (message "Entering
e
macs terminal-emulator... Type %s %s for help"
+ (message "Entering
E
macs terminal-emulator... Type %s %s for help"
(single-key-description terminal-escape-char)
(mapconcat 'single-key-description
(where-is-internal 'te-escape-help terminal-escape-map t)